home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / lmaster.arc / TO-GO.TXT < prev    next >
Text File  |  1988-01-02  |  2KB  |  56 lines

  1.  
  2. The first thing to do is MAKE A BACKUP COPY of everything on the
  3. distribution disk. This should be done on another floppy or to a
  4. directory on your hard disk.
  5.  
  6. The main program is then called up by entering  HELLO
  7.  
  8. A series of help is available from within the system.
  9.  
  10. **************************************
  11.  
  12. Some people have noted that when they call up the printer menu an error
  13. message "Error opening file : A:PRINTMEM.MEM !" appears.  This is caused
  14. by not including a CONFIG.SYS file that includes the lines FILES=12 and
  15. BUFFERS=8 when you boot up your machine.  If you are confused by the
  16. above line then follow these simple steps to set up your working disk:
  17.  
  18. For a Dual floppy system.
  19.  
  20. 1) Format a blank floppy using the FORMAT /S command.  This will put the
  21. operating system on the disk.
  22.  
  23.         2)      Copy the files from this disk to the new blank via
  24.                 COPY A:*.* B:
  25.  
  26.         3)      Reboot the system with the backup in drive A:
  27.  
  28.         4)      Run HELLO.
  29.  
  30. For a Hard disk system.
  31.  
  32.         1)      Go to the root directory via a CD\ command.
  33.  
  34.         2)      Look for a CONFIG.SYS file via DIR CONFIG.SYS
  35.  
  36.                 If there isn't one, copy the CONFIG.SYS from this
  37.                 disk (COPY A:CONFIG.SYS)
  38.  
  39.                 If there is one, add the lines FILES=12 and BUFFERS=8 if
  40.                 it isn't there (of course if there is a FILES=16 or any
  41.                 number bigger than 12 then you are ok).
  42.  
  43.         3)      Create a subdirectory for Labelmaster via MD \LM
  44.  
  45.         4)      CD \LM
  46.  
  47.         5)      Copy the files from this disk via COPY A:*.*
  48.  
  49.         6)      Reboot the computer (Ctrl-Alt-Del)
  50.  
  51.         7)      Run HELLO.
  52.  
  53. I sure hope this is clear. See your DOS manual for an explanation of
  54. CONFIG.SYS, FILES=12 and BUFFERS=8.
  55.  
  56.